projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06091ed
)
testtitlebar: Fix -Wunused-variable warning
author
Volker Sobek
<reklov@live.com>
Thu, 12 Dec 2013 01:07:24 +0000
(
02:07
+0100)
committer
Volker Sobek
<reklov@live.com>
Thu, 12 Dec 2013 01:15:20 +0000
(
02:15
+0100)
GtkWidget *title is no longer used.
https://bugzilla.gnome.org/show_bug.cgi?id=720296
tests/testtitlebar.c
patch
|
blob
|
history
diff --git
a/tests/testtitlebar.c
b/tests/testtitlebar.c
index ac6fa79b81f6f3b09484c66654ec43288cc67f1d..f6977c8b19ce6e20dbdf87d57364489fec8cacd2 100644
(file)
--- a/
tests/testtitlebar.c
+++ b/
tests/testtitlebar.c
@@
-5,7
+5,6
@@
main (int argc, char *argv[])
{
GtkWidget *window;
GtkWidget *header;
- GtkWidget *title;
GtkWidget *button;
GtkWidget *box;
GtkWidget *image;